<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,.slick-slider .slick-list {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}

.slick-track:before,.slick-track:after {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px
}

.slick-slide:not(:first-child) {
    display: none
}

[dir='rtl'] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}


.slick-vertical .slick-slide {
    display: block;
    height: auto
}

.slick-arrow.slick-hidden {
    display: none
}




.slick-prev,.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent
}

.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent
}

.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before {
    opacity: 1
}

.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before {
    opacity: .25
}

.slick-prev:before,.slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto
}

.slick-prev:before {
    content: 'â†'
}

[dir='rtl'] .slick-prev:before {
    content: 'â†’'
}

.slick-next {
    right: -25px
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px
}

.slick-next:before {
    content: 'â†’'
}

[dir='rtl'] .slick-next:before {
    content: 'â†'
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent
}

.slick-dots li button:hover,.slick-dots li button:focus {
    outline: none
}

.slick-dots li button:hover:before,.slick-dots li button:focus:before {
    opacity: 1
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: 'â€¢';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black
}

.webui-popover-content {
    display: none
}

.webui-popover-rtl {
    direction: rtl;
    text-align: right
}

.webui-popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
    min-width: 50px;
    min-height: 32px;
    padding: 1px;
    text-align: left;
    white-space: normal;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid #eee;
    border-radius: 6px;
    -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 20px rgba(0,0,0,0.15)
}

.webui-popover.top,.webui-popover.top-left,.webui-popover.top-right {
    margin-top: -10px
}

.webui-popover.right,.webui-popover.right-top,.webui-popover.right-bottom {
    margin-left: 10px
}

.webui-popover.bottom,.webui-popover.bottom-left,.webui-popover.bottom-right {
    margin-top: 10px
}

.webui-popover.left,.webui-popover.left-top,.webui-popover.left-bottom {
    margin-left: -10px
}

.webui-popover.pop {
    -webkit-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: transform .15s cubic-bezier(0.3,0,0,1.5);
    -o-transition: transform .15s cubic-bezier(0.3,0,0,1.5);
    transition: transform .15s cubic-bezier(0.3,0,0,1.5);
    opacity: 0;
    filter: alpha(opacity=0)
}

.webui-popover.pop-out {
    -webkit-transition-property: "opacity,transform";
    -o-transition-property: "opacity,transform";
    transition-property: "opacity,transform";
    -webkit-transition: .15s linear;
    -o-transition: .15s linear;
    transition: .15s linear;
    opacity: 0;
    filter: alpha(opacity=0)
}

.webui-popover.fade,.webui-popover.fade-out {
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
    opacity: 0;
    filter: alpha(opacity=0)
}

.webui-popover.out {
    opacity: 0;
    filter: alpha(opacity=0)
}

.webui-popover.in {
    -webkit-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 1;
    filter: alpha(opacity=100)
}

.webui-popover .webui-popover-content {
    padding: 9px 14px;
    overflow: auto;
    display: block
}

.webui-popover .webui-popover-content&gt;div:first-child {
    width: 99%
}

.webui-popover-inner .close {
    font-family: arial;
    margin: 8px 10px 0 0;
    float: right;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20);
    text-decoration: none
}

.webui-popover-inner .close:hover,.webui-popover-inner .close:focus {
    opacity: .5;
    filter: alpha(opacity=50)
}

.webui-popover-inner .close:after {
    content: "\00D7";
    width: .8em;
    height: .8em;
    padding: 4px;
    position: relative
}

.webui-popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    background-color: #fff;
    border-bottom: 1px solid #f2f2f2;
    border-radius: 5px 5px 0 0
}

.webui-popover-content {
    padding: 9px 14px;
    overflow: auto;
    display: none
}

.webui-popover-inverse {
    background-color: #333;
    color: #eee
}

.webui-popover-inverse .webui-popover-title {
    background: #333;
    border-bottom: 1px solid #3b3b3b;
    color: #eee
}

.webui-no-padding .webui-popover-content {
    padding: 0
}

.webui-no-padding .list-group-item {
    border-right: none;
    border-left: none
}

.webui-no-padding .list-group-item:first-child {
    border-top: 0
}

.webui-no-padding .list-group-item:last-child {
    border-bottom: 0
}

.webui-popover&gt;.webui-arrow,.webui-popover&gt;.webui-arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.webui-popover&gt;.webui-arrow {
    border-width: 11px
}

.webui-popover&gt;.webui-arrow:after {
    border-width: 10px;
    content: ""
}

.webui-popover.top&gt;.webui-arrow,.webui-popover.top-right&gt;.webui-arrow,.webui-popover.top-left&gt;.webui-arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: #eee;
    border-bottom-width: 0
}

.webui-popover.top&gt;.webui-arrow:after,.webui-popover.top-right&gt;.webui-arrow:after,.webui-popover.top-left&gt;.webui-arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-top-color: #fff;
    border-bottom-width: 0
}

.webui-popover.right&gt;.webui-arrow,.webui-popover.right-top&gt;.webui-arrow,.webui-popover.right-bottom&gt;.webui-arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: #eee
}

.webui-popover.right&gt;.webui-arrow:after,.webui-popover.right-top&gt;.webui-arrow:after,.webui-popover.right-bottom&gt;.webui-arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff
}

.webui-popover.bottom&gt;.webui-arrow,.webui-popover.bottom-right&gt;.webui-arrow,.webui-popover.bottom-left&gt;.webui-arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-bottom-color: #999;
    border-bottom-color: #eee;
    border-top-width: 0
}

.webui-popover.bottom&gt;.webui-arrow:after,.webui-popover.bottom-right&gt;.webui-arrow:after,.webui-popover.bottom-left&gt;.webui-arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-bottom-color: #fff;
    border-top-width: 0
}

.webui-popover.left&gt;.webui-arrow,.webui-popover.left-top&gt;.webui-arrow,.webui-popover.left-bottom&gt;.webui-arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: #eee
}

.webui-popover.left&gt;.webui-arrow:after,.webui-popover.left-top&gt;.webui-arrow:after,.webui-popover.left-bottom&gt;.webui-arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px
}

.webui-popover-inverse.top&gt;.webui-arrow,.webui-popover-inverse.top-left&gt;.webui-arrow,.webui-popover-inverse.top-right&gt;.webui-arrow,.webui-popover-inverse.top&gt;.webui-arrow:after,.webui-popover-inverse.top-left&gt;.webui-arrow:after,.webui-popover-inverse.top-right&gt;.webui-arrow:after {
    border-top-color: #333
}

.webui-popover-inverse.right&gt;.webui-arrow,.webui-popover-inverse.right-top&gt;.webui-arrow,.webui-popover-inverse.right-bottom&gt;.webui-arrow,.webui-popover-inverse.right&gt;.webui-arrow:after,.webui-popover-inverse.right-top&gt;.webui-arrow:after,.webui-popover-inverse.right-bottom&gt;.webui-arrow:after {
    border-right-color: #333
}

.webui-popover-inverse.bottom&gt;.webui-arrow,.webui-popover-inverse.bottom-left&gt;.webui-arrow,.webui-popover-inverse.bottom-right&gt;.webui-arrow,.webui-popover-inverse.bottom&gt;.webui-arrow:after,.webui-popover-inverse.bottom-left&gt;.webui-arrow:after,.webui-popover-inverse.bottom-right&gt;.webui-arrow:after {
    border-bottom-color: #333
}

.webui-popover-inverse.left&gt;.webui-arrow,.webui-popover-inverse.left-top&gt;.webui-arrow,.webui-popover-inverse.left-bottom&gt;.webui-arrow,.webui-popover-inverse.left&gt;.webui-arrow:after,.webui-popover-inverse.left-top&gt;.webui-arrow:after,.webui-popover-inverse.left-bottom&gt;.webui-arrow:after {
    border-left-color: #333
}

.webui-popover i.icon-refresh:before {
    content: ""
}

.webui-popover i.icon-refresh {
    display: block;
    width: 30px;
    height: 30px;
    font-size: 20px;
    top: 50%;
    left: 50%;
    position: absolute;
    margin-top: -15px;
    margin-left: -15px;
    margin-right: -15px;
    background: url('../../../public/plugins/webui-popover/../../images/loading.gif') center/contain no-repeat
}

@-webkit-keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes rotate {
    100% {
        transform: rotate(360deg)
    }
}

.webui-popover-backdrop {
    background-color: rgba(0,0,0,.65);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9998
}

.webui-popover .dropdown-menu {
    display: block;
    position: relative;
    top: 0;
    border: none;
    box-shadow: none;
    float: none
}

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical&gt;.swiper-wrapper {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,.swiper-wrapper {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -o-transform: translate(0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.swiper-container-multirow&gt;.swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode&gt;.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative
}

.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-transition-property: -webkit-transform,height;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform,height
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next,.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev,.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto
}

.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next,.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto
}

.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal&gt;.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-container-vertical&gt;.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0,-50%,0);
    -moz-transform: translate3d(0,-50%,0);
    -o-transform: translate(0,-50%);
    -ms-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0)
}

.swiper-container-vertical&gt;.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 5px 0;
    display: block
}

.swiper-container-horizontal&gt;.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px
}

.swiper-pagination-progress {
    background: rgba(0,0,0,.25);
    position: absolute
}

.swiper-pagination-progress .swiper-pagination-progressbar {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -ms-transform-origin: right top;
    -o-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal&gt;.swiper-pagination-progress {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-vertical&gt;.swiper-pagination-progress {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-progress.swiper-pagination-white {
    background: rgba(255,255,255,.5)
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
    background: #fff
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
    background: #000
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
    background-image: -webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: -moz-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: -o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: -moz-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: -o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
    background-image: -webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: -moz-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: -o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
    background-image: -webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: -moz-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: -o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-container-coverflow .swiper-wrapper,.swiper-container-flip .swiper-wrapper {
    -ms-perspective: 1200px
}

.swiper-container-cube,.swiper-container-flip {
    overflow: visible
}

.swiper-container-cube .swiper-slide,.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-cube .swiper-slide .swiper-slide,.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active,.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top,.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-slide {
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0,0,0,.1)
}

.swiper-container-horizontal&gt;.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical&gt;.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0,0,0,.5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -moz-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12,end) infinite;
    -moz-animation: swiper-preloader-spin 1s steps(12,end) infinite;
    animation: swiper-preloader-spin 1s steps(12,end) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    -webkit-background-size: 100%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg)
    }
}


.pe-angle-up:before {
    content: "\e682"
}

.pe-angle-up-circle:before {
    content: "\e683"
}
.pe-angle-right:before {
    content: "\e684"
}

.pe-angle-right-circle:before {
    content: "\e685"
}

.pe-angle-left:before {
    content: "\e686"
}

.pe-angle-left-circle:before {
    content: "\e687"
}

.pe-angle-down:before {
    content: "\e688"
}
.pe-angle-down-circle:before {
    content: "\e689"
}

html:not(.isMobile) *::-webkit-scrollbar {
    width: 6px;
    background: #fff
}

html:not(.isMobile) *::-webkit-scrollbar-thumb {
    background: #02328d;
    background: #02328d
}

.head_navs-header {
    height: 158px;
    background-color: #ffffff;
    background-color: #ffffff
}

.head_navs-header .logo-box {
    height: 120px;
    line-height: 120px;
    float: left
}

.head_navs-header .logo-box .vertical-align-middle {
    height: 100%
}

.head_navs-header .logo-box img {
    max-width: 400px;
    max-height: 60px;
    height: 100%
}

.head_navs-header .search-index {
    display: inline-block;
    float: left
}

.head_navs-header .contact-index {
    display: inline-block;
    height: 120px;
    line-height: 120px;
    margin-left: 60px
}

.head_navs-header .contact-index p {
    margin-left: 15px
}

.head_navs-header .contact-index .tel {
    font-size: 20px;
    margin-top: 34px;
    margin-bottom: 0px;
    color: #37474f;
    color: #2a333c;
    text-align: right;
    line-height: 30px
}

.head_navs-header .contact-index .tel .fa {
    margin-right: 5px
}

.head_navs-header .contact-index .tel .fa:before {
    border-right: 1px solid;
    padding-right: 5px
}

.head_navs-header .contact-index .mail {
    color: #bbbbbb;
    color: #76838f;
    font-size: 14px;
    text-align: right;
    line-height: 24px;
    margin-top: 40px
}

.head_navs-header .contact-index .tel+.mail {
    margin-top: 0
}

.head_navs-header .search-box {
    float: right
}

.head_navs-header .search-box .input-search-btn {
    width: 35px;
    height: 35px;
    top: 43px;
    right: 10px;
    z-index: 2
}

button.input-search-btn:focus {
    outline: none
}

.head_navs-header .search-box .input-search .form-group {
    height: 100%
}

.head_navs-header .search-box .input-search .form-group .small-fixed {
    top: 80px
}

.head_navs-header .search-box .input-search-btn .icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 35px;
    height: 35px;
    font-size: 18px;
    line-height: 35px;
    color: #ffffff;
    margin: 0px;
    background-color: #02328d;
    background-color: #02328d
}

.head_navs-header .search-box .input-search {
    height: 120px
}

.head_navs-header .search-box .input-search input {
    height: 45px;
    width: 240px;
    border-radius: 0;
    background-color: #eeeeee;
    border: 1px solid;
    border-color: #eeeeee;
    padding-left: 15px;
    -webkit-transition: all 0.6s cubic-bezier(0.165,0.84,0.44,1) 0ms;
    -moz-transition: all 0.6s cubic-bezier(0.165,0.84,0.44,1) 0ms;
    -ms-transition: all 0.6s cubic-beziercubic-bezier(0.165,0.84,0.44,1) 0ms;
    -o-transition: all 0.6s cubic-bezier(0.165,0.84,0.44,1) 0ms;
    transition: all 0.6s cubic-bezier(0.165,0.84,0.44,1) 0ms;
    position: relative;
    top: 37.5px;
    color: #76838f
}

.head_navs-header .search-box .input-search input::-webkit-input-placeholder {
    color: #76838f
}

.head_navs-header .search-box .input-search input:-moz-placeholder {
    color: #76838f
}

.head_navs-header .search-box .input-search input::-moz-placeholder {
    color: #76838f
}

.head_navs-header .search-box .input-search input:-ms-input-placeholder {
    color: #76838f
}

.head_navs-header .search-box .input-search input:focus {
    width: 275px;
    border-color: #02328d;
    border-color: #02328d;
    outline: 0
}

.head_navs-header .m-search {
    display: none
}

body.met-navfixed {
    padding-top: 158px
}

body.met-navfixed.met-navfixed-navclamp {
    padding-top: 196px
}

.navbar-shadow {
    box-shadow: 0px 1px 3px rgba(0,0,0,0.1)
}

.onlinebox {
    z-index: 9999!important
}

.head_navs {
    min-height: 38px;
    margin-bottom: 0;
    box-shadow: none;
    border-radius: 0;
    background-color: #ffffff;
    background-color: #02328d;
    z-index: 1601
}

.head_navs .met-head-user {
    margin-left: 15px
}

.head_navs.navbar-shadow {
    -webkit-box-shadow: 0 10px 30px -10px rgba(0,0,0,0.2);
    box-shadow: 0 10px 30px -10px rgba(0,0,0,0.2);
    -webkit-animation-duration: .6s;
    animation-duration: .6s
}

.head_navs.navbar-fixed-top .navbar-right {
    margin-right: 0
}

.head_navs .nav-item .nav-link {
    line-height: 38px;
    color: #37474f;
    color: #ffffff;
    overflow: visible;
    -webkit-transition: all .6s cubic-bezier(.165,.84,.44,1) 0ms;
    transition: all .6s cubic-bezier(.165,.84,.44,1) 0ms
}

.head_navs .nav-item .nav-link:hover {
    color: ;
    color: #02328d;
    background: transparent
}

.head_navs .nav-item .nav-link:before {
    content: attr(data-title);
    position: absolute;
    top: 15%;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #ffffff;
    z-index: 1602;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all .6s cubic-bezier(.165,.84,.44,1) 0ms;
    transition: all .6s cubic-bezier(.165,.84,.44,1) 0ms;
    opacity: 0;
    visibility: hidden;
    text-align: center
}

.head_navs .nav-item .nav-link:after {
    display: none
}

.head_navs .dropdown-item.active,.head_navs .dropdown-item.active span {
    color: #02328d!important;
    color: #02328d!important
}

.head_navs .dropdown.open&gt;a,.head_navs .nav li a.active {
    background-color: transparent!important
}

.head_navs .nav-item .nav-link.active:before,.head_navs .nav-item .nav-link:hover:before,.head_navs .nav-item.open .nav-link:before {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    color: #02328d;
    color: #02328d;
    opacity: 1;
    visibility: visible;
    line-height: 38px
}

.head_navs .navbar-collapse.flex-navlist {
    width: 100%
}

.head_navs .navlist.flex {
    width: 100%;
    margin-right: 0px!important
}

.head_navs .navlist.flex .nav-item .nav-link {
    padding: 0px!important;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.head_navs .navlist.flex .met-langlist {
    margin-left: 0!important
}

.head_navs .navlist.flex .met-langlist .btn {
    padding: 0
}

.head_navs .navlist.flex .nav-item {
    text-align: center;
    flex: 1 1 auto
}

.head_navs .open .dropdown-menu {
    background: #ffffff
}

.head_navs-header.navbar-shadow {
    height: 38px
}

.head_navs-header.navbar-shadow .top-box {
    display: none
}

.head_navs #met-head-user-collapse {
    line-height: 38px
}

.head_navs #met-head-user-collapse .btn-primary {
    color: #37474f;
    color: #ffffff;
    background-color: transparent;
    border: 0;
    padding: 0 10px;
    -webkit-transition: all .66s cubic-bezier(.17,.84,.44,1);
    transition: all .66s cubic-bezier(.17,.84,.44,1);
    height: 38px;
    line-height: 38px;
    position: relative;
    top: -2px
}

.head_navs #met-head-user-collapse .btn-primary:hover {
    color: #02328d!important;
    color: #02328d!important;
    background: #fff
}

.head_navs #met-head-user-collapse .btn-success {
    height: 38px;
    position: relative;
    top: -2px;
    line-height: 38px;
    color: #37474f;
    color: #ffffff;
    background-color: transparent;
    border: 0;
    padding: 0 10px;
    -webkit-transition: all .66s cubic-bezier(.17,.84,.44,1);
    transition: all .66s cubic-bezier(.17,.84,.44,1)
}

.head_navs #met-head-user-collapse .btn-success:hover {
    color: #02328d!important;
    color: #02328d!important;
    background: #fff
}

.head_navs .dropdown-item {
    color: #bbbbbb;
    color: #2a333c
}

.head_navs .dropdown-item:hover,.head_navs .dropdown-item:hover span {
    color: #02328d !important;
    color: #02328d !important
}

.head_navs .overflow-visible {
    overflow: visible!important
}

.head_navs .navbar-toggle {
    height: 60px;
    float: right
}

.head_navs .head_navs-login {
    padding-top: 15px;
    text-align: center
}

.head_navs .dropdown-menu&gt;li&gt;a {
    overflow: hidden
}

.head_navs .dropdown-menu&gt;li&gt;a:hover {
    background: #f2f2f2 none repeat scroll 0 0;
    text-indent: 5px;
    -webkit-transition: all .66s cubic-bezier(.17,.84,.44,1);
    transition: all .66s cubic-bezier(.17,.84,.44,1)
}

.head_navs .met-head-user .dropdown &gt; a {
    background-color: transparent;
    color: #37474f;
    color: #ffffff
}

.head_navs .shop_cart {
    margin-left: 10px
}

.head_navs .met-head-user .dropdown i {
    color: #ffffff
}

@media (max-width: 767px) {
    .head_navs .met-head-user {
        line-height:normal
    }

    .head_navs .met-head-shop&gt;li {
        display: block!important;
        line-height: 40px;
        text-align: left!important
    }
}

@media (max-width: 768px) {
    .head_navs.ipadm .met-head-user {
        line-height:normal
    }

    .head_navs.ipadm .met-head-shop&gt;li {
        display: block!important;
        line-height: 40px;
        text-align: left!important
    }
}

.head_navs .met-langlist {
    line-height: 38px;
    position: relative;
    height: 38px
}

.head_navs .met-langlist .dropdown-menu a {
    line-height: 21px
}

.head_navs .met-langlist .btn {
    color: #37474f;
    color: #ffffff;
    border: 0;
    position: relative;
    top: -2px
}

.head_navs .met-langlist .dropdown-menu {
    min-width: 100%;
    top: 34px
}

.head_navs .met-langlist .open .btn {
    color: #02328d!important;
    color: !important;
    background: #fff!important
}

.head_navs .met-langlist .btn:hover,.head_navs .met-langlist .btn:focus,.head_navs .met-langlist .btn:active {
    color: #02328d!important;
    color: #02328d!important;
    background-color: #fff
}

@media (min-width: 768px) {
    .head_navs .logo-box {
        display:none
    }

    .head_navs .search-box {
        display: none
    }

    .head_navs .nav&gt;li&gt;a {
        padding: 0 15px!important;
        height: 38px;
        line-height: 38px!important;
        display: block;
        position: relative;
        -webkit-transition: all .6s cubic-bezier(.165,.84,.44,1) 0ms;
        transition: all .6s cubic-bezier(.165,.84,.44,1) 0ms
    }

    .head_navs .dropdown-menu {
        top: 44px;
        border: none;
        border-radius: 0;
        border-top: 3px solid #02328d;
        border-color: #02328d;
        border-color: #02328d;
        z-index: 1603
    }

    .head_navs .dropdown-menu .dropdown-submenu&gt;a:after {
        display: none
    }

    .head_navs .dropdown-menu .dropdown-submenu&gt;a i {
        position: absolute;
        right: 10px
    }

    .head_navs .dropdown-menu.bullet {
        top: 60px
    }

    .head_navs .head_navs-login {
        height: 38px;
        padding-top: 0;
        margin-left: 10px
    }
}

@media (min-width: 769px) {
    .head_navs.ipadm .logo-box {
        display:none
    }

    .head_navs.ipadm .search-box {
        display: none
    }

    .head_navs.ipadm .nav&gt;li&gt;a {
        padding: 0 15px!important;
        height: 38px;
        line-height: 38px!important;
        display: block;
        position: relative;
        -webkit-transition: all .6s cubic-bezier(.165,.84,.44,1) 0ms;
        transition: all .6s cubic-bezier(.165,.84,.44,1) 0ms
    }

    .head_navs.ipadm .dropdown-menu {
        top: 44px;
        border: none;
        border-radius: 0;
        border-top: 3px solid #02328d;
        border-color: #02328d;
        border-color: #02328d;
        z-index: 1603
    }

    .head_navs.ipadm .dropdown-menu .dropdown-submenu&gt;a:after {
        display: none
    }

    .head_navs.ipadm .dropdown-menu .dropdown-submenu&gt;a i {
        position: absolute;
        right: 10px
    }

    .head_navs.ipadm .dropdown-menu.bullet {
        top: 60px
    }

    .head_navs.ipadm .head_navs-login {
        height: 38px;
        padding-top: 0;
        margin-left: 10px
    }
}

@media (max-width: 991px) {
    .head_navs .dropdown-menu .dropdown-submenu&gt;a:after {
        display:none
    }

    .head_navs-header .contact-index {
        display: none
    }

    .head_navs .dropdown-menu .dropdown-submenu&gt;a&gt;i {
        float: right
    }

    .head_navs .met-logo img {
        max-height: 50px;
        height: 50px
    }

    .head_navs .nav&gt;li&gt;a&gt;i {
        float: right
    }

    .head_navs #met-langlist-dropdown a {
        padding: 5px
    }

    .head_navs .met-langlist&gt;div {
        width: 100%
    }

    .head_navs .met-langlist .btn {
        width: 100%
    }
}

@media (max-width: 767px) {
    .head_navs {
        background-color:#ffffff;
        background-color:
    }

    .head_navs-header .top-box {
        display: none
    }

    body.met-navfixed {
        padding-top: 60px
    }

    .head_navs-header {
        height: auto
    }

    .head_navs-header .row {
        padding: 0 15px
    }

    .head_navs-header .logo-box {
        height: auto;
        line-height: normal
    }

    .head_navs-header .search-box {
        position: relative;
        top: 13px
    }

    .head_navs-header .m-search {
        display: block
    }

    .head_navs-header .m-search i {
        font-size: 18px;
        padding: 8px;
        background: transparent;
        color: #37474f;
        color: ;
        color:
    }

    .head_navs-header .search-index {
        display: none
    }

    .head_navs-header .contact-index {
        display: none
    }

    html:not(.isMobile) *::-webkit-scrollbar-thumb {
        background: #02328d;
        background:
    }

    .head_navs .nav-item .nav-link {
        color: #37474f;
        color:
    }

    .head_navs .met-langlist {
        padding: 0 15px
    }

    .head_navs .nav&gt;li {
        margin-left: 0!important
    }

    .head_navs .dropdown-menu&gt;li&gt;.dropdown-menu&gt;li&gt;a {
        padding-left: 40px
    }

    .head_navs .dropdown-menu.bullet:before, .head_navs .dropdown-menu.bullet:after {
        display: none
    }

    .head_navs .navbar-collapse-toolbar.in {
        max-height: 480px;
        overflow-y: scroll
    }

    .head_navs .met-logo {
        float: none;
        max-width: 180px;
        margin-left: 0
    }

    .head_navs .navbar-collapse-toolbar {
        width: 100%;
        padding: 0 15px!important
    }

    .head_navs .nav&gt;li&gt;a {
        padding: 10px 15px;
        line-height: 16px!important
    }

    .head_navs .nav li .link.active:after {
        height: 1px;
        bottom: 0;
        top: auto;
        left: 15px
    }

    .head_navs .nav&gt;li&gt;.link:after {
        height: 1px;
        bottom: 0;
        top: auto;
        left: 15px
    }

    .head_navs .nav&gt;li&gt;.link:hover:after {
        height: 1px;
        bottom: 0;
        top: auto;
        left: 15px
    }

    .head_navs .met-head-user {
        width: 100%;
        margin: 0
    }

    .head_navs .met-head-user&gt;li {
        width: 100%
    }

    .head_navs .navbar-toggler {
        color: #37474f;
        color: ;
        padding: 0;
        height: 60px;
        margin: 0;
        text-align: right;
        width: 20px
    }

    .head_navs .navbar-toggler .hamburger-bar {
        background: #37474f;
        background:
    }

    .head_navs .navbar-toggler:before {
        background: #37474f;
        background:
    }

    .head_navs .navbar-toggler:after {
        background: #37474f;
        background:
    }

    .head_navs .met-head-user-toggler {
        margin-right: 15px!important
    }

    .head_navs .nav-item .nav-link:before {
        top: 0
    }

    .head_navs .open .dropdown-menu {
        background: #ffffff;
        border-top: 3px solid;
        border-color: #02328d;
        border-color: #02328d
    }

    .head_navs.navbar-default .navbar-nav .open .dropdown-menu .dropdown-item {
        color: #bbbbbb;
        color:
    }

    .head_navs .dropdown-item .dropdown-menu {
        display: block
    }

    .head_navs .nav-item.open .nav-link:before {
        color: #02328d;
        color:
    }

    .head_navs .nav-item .nav-link:before {
        background-color: #ffffff
    }
}

@media (max-width: 768px) {
    .head_navs.ipadm {
        background-color:#ffffff;
        background-color:
    }

    .head_navs.ipadm .logo-box {
        display: block
    }

    .head_navs.ipadm .search-box {
        display: block
    }

    .head_navs.ipadm .navbar-nav&gt;.nav-item {
        float: none
    }

    .head_navs.ipadm .navbar-nav {
        float: none;
        margin: .78575rem -.9375rem
    }

    .head_navs.ipadm .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        border: 0;
        border-top: 3px solid #02328d;
        box-shadow: none;
        background-color: #ffffff;
        background-color: #ffffff;
        background-color: #ffffff
    }

    .head_navs.ipadm .nav-item .nav-link {
        color: #37474f;
        color:
    }

    .head_navs-header.ipadm-header .top-box {
        display: none
    }

    body.met-navfixed {
        padding-top: 60px
    }

    html:not(.isMobile) .ipadm *::-webkit-scrollbar-thumb {
        background: #02328d;
        background:
    }

    .head_navs-header.ipadm-header {
        height: auto
    }

    .head_navs-header.ipadm-header .row {
        padding: 0 15px
    }

    .head_navs-header.ipadm-header .logo-box {
        height: auto;
        line-height: normal
    }

    .head_navs-header.ipadm-header .search-box {
        position: relative;
        top: 13px
    }

    .head_navs-header.ipadm-header .m-search {
        display: block
    }

    .head_navs-header.ipadm-header .m-search i {
        font-size: 18px;
        padding: 8px;
        background: transparent;
        color: #37474f;
        color: ;
        color:
    }

    .head_navs-header.ipadm-header .search-index {
        display: none
    }

    .head_navs-header.ipadm-header .contact-index {
        display: none
    }

    .head_navs.ipadm .met-langlist {
        padding: 0 15px
    }

    .head_navs.ipadm .nav&gt;li {
        margin-left: 0!important
    }

    .head_navs.ipadm .dropdown-menu&gt;li&gt;.dropdown-menu&gt;li&gt;a {
        padding-left: 40px
    }

    .head_navs.ipadm .dropdown-menu.bullet:before, .head_navs.ipadm .dropdown-menu.bullet:after {
        display: none
    }

    .head_navs.ipadm .navbar-collapse-toolbar.in {
        max-height: 480px;
        overflow-y: scroll !important;
        display: block !important
    }

    .head_navs.ipadm .met-logo {
        float: none;
        max-width: 180px;
        margin-left: 0
    }

    .head_navs.ipadm .navbar-collapse-toolbar {
        width: 100%;
        padding: 0 15px!important;
        display: none !important
    }

    .head_navs.ipadm .nav&gt;li&gt;a {
        padding: 10px 15px;
        line-height: 38px!important
    }

    .head_navs.ipadm .nav li .link.active:after {
        height: 1px;
        bottom: 0;
        top: auto;
        left: 15px
    }

    .head_navs.ipadm .nav&gt;li&gt;.link:after {
        height: 1px;
        bottom: 0;
        top: auto;
        left: 15px
    }

    .head_navs.ipadm .nav&gt;li&gt;.link:hover:after {
        height: 1px;
        bottom: 0;
        top: auto;
        left: 15px
    }

    .head_navs.ipadm .met-head-user {
        width: 100%;
        margin: 0
    }

    .head_navs.ipadm .met-head-user&gt;li {
        width: 100%
    }

    .head_navs.ipadm .navbar-toggler {
        color: #37474f;
        color: ;
        padding: 0;
        height: 60px;
        margin: 0;
        text-align: right;
        width: 20px
    }

    .head_navs.ipadm .navbar-toggler .hamburger-bar {
        background: #37474f;
        background:
    }

    .head_navs.ipadm .navbar-toggler:before {
        background: #37474f;
        background:
    }

    .head_navs.ipadm .navbar-toggler:after {
        background: #37474f;
        background:
    }

    .head_navs.ipadm .met-head-user-toggler {
        margin-right: 15px!important
    }

    .head_navs.ipadm .nav-item .nav-link:before {
        top: 0
    }

    .head_navs.ipadm .open .dropdown-menu {
        background: #ffffff;
        border-top: 3px solid;
        border-color: #02328d;
        border-color: #02328d
    }

    .head_navs.ipadm .navbar-nav .open .dropdown-menu .dropdown-item {
        color: #bbbbbb;
        color:
    }

    .head_navs.ipadm .dropdown-item .dropdown-menu {
        display: block
    }

    .head_navs.ipadm .navbar-toggler {
        display: block
    }

    .head_navs.ipadm .nav-item .nav-link.active:before, .head_navs.ipadm .nav-item .nav-link:hover:before, .head_navs.ipadm .nav-item.open .nav-link:before {
        color: #02328d;
        color:
    }

    .head_navs.ipadm .nav-item .nav-link:before {
        background-color: #ffffff
    }

    .head_navs.ipadm .dropdown-menu-right.dropdown-menu-bullet:after,.head_navs.ipadm .dropdown-menu-right.dropdown-menu-bullet:before {
        top: 1px
    }
}

@media (max-width: 767px) {
    .head_navs.ipadm .nav&gt;li&gt;a {
        padding:10px 15px;
        line-height: 16px!important
    }
}

.hide {
    display: none
}





body .btn-more {
    white-space: nowrap
}


.product_lists {
    padding: 50px;
    background-color:
}

.product_lists .head {
    text-align: left
}

.product_lists .head .title {
    margin-top: 0px;
    margin-bottom: 11px;
    font-size: px;
    font-size: 20px;
    font-weight: ;
    font-weight: 300;
    letter-spacing: 1px;
    color: #37474f;
    color: ;
    opacity: 0;
    transform: translate(0,100%)
}

.product_lists .head .desc {
    width: 38px;
    height: 2px;
    background: #02328d;
    background: #02328d;
    opacity: 0;
    transform: translate(0,100%)
}

.product_lists .title-box .head {
    float: left
}

.product_lists .title-box .tabs {
    float: right;
    margin: 0px
}

.product_lists .title-box .tabs li {
    float: left;
    /* transform: translate(0,100%); */
}

.product_lists .title-box .tabs li a {
    display: inline-block;
    margin: 0 5px;
    font-size: 13px;
    line-height: 30px;
    text-align: center;
    padding: 0 20px;
    height: 30px;
    -webkit-transition: all .6s cubic-bezier(.165,.84,.44,1) 0ms;
    transition: all .6s cubic-bezier(.165,.84,.44,1) 0ms
}

.product_lists .title-box .tabs li a:hover {
    background: #02328d;
    background: #02328d;
    text-decoration: none
}

.product_lists .title-box .tabs li a:hover h3 {
    color: #fff
}

.product_lists .title-box .tabs li a h3 {
    font-size: 13px;
    margin: 0;
    line-height: 30px;
    -webkit-transition: all .6s cubic-bezier(.165,.84,.44,1) 0ms;
    transition: all .6s cubic-bezier(.165,.84,.44,1) 0ms;
    color: #37474f;
    color:
}

.product_lists .title-box .tabs li.active a {
    background: #02328d;
    background: #02328d
}

.product_lists .title-box .tabs li.active a h3 {
    color: #fff
}

.product_lists .btn-more {
    display: inline-block;
    padding: 5px 15px;
    border: 1px solid;
    color: #02328d;
    color: #02328d;
    text-align: center;
    margin: 30px auto 0 auto;
    -webkit-transition: all .6s cubic-bezier(.165,.84,.44,1) 0ms;
    transition: all .6s cubic-bezier(.165,.84,.44,1) 0ms
}

.product_lists .btn-more .fa {
    padding-left: 10px
}

.product_lists .btn-more:hover {
    background: #02328d;
    background: #02328d;
    padding-left: 15px;
    color: #fff;
    border-color: #02328d;
    border-color: #02328d;
    text-decoration: none
}

.product_lists .btn-more:hover .fa {
    color: #fff
}

.product_lists .list {
    margin: 50px 0 0 0;
    padding: 0;
    overflow: hidden
}

.product_lists .list .item {
    opacity: 0;
    transform: translateY(100%);
    margin: 0;
    padding: 0
}

.product_lists .list li {
    clear: none
}

.product_lists .list h4 {
    font-size: 16px;
    text-align: center;
    position: relative;
    margin: 0;
    -webkit-transition: all .6s cubic-bezier(.165,.84,.44,1) 0ms;
    transition: all .6s cubic-bezier(.165,.84,.44,1) 0ms
}

.product_lists .list h4 a {
    color: #37474f;
    color: ;
    margin-bottom: 8px;
    display: block;
    position: relative;
    z-index: 1
}

.product_lists .list h4 a&gt;span {
    display: inline-block;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.product_lists .list h4 a:hover {
    text-decoration: none
}

.product_lists .list p {
    color: #bbbbbb;
    color: #999999;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 28px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    position: relative;
    z-index: 1
}

.product_lists .list p.price {
    color: #02328d;
    color:
}

.product_lists .list .card {
    border-radius: 0;
    opacity: .58;
    -webkit-transition: all .6s cubic-bezier(.165,.84,.44,1) 0ms;
    transition: all .6s cubic-bezier(.165,.84,.44,1) 0ms;
    margin: 0 10px;
    padding: 0 8px
}

.product_lists .list .card .card-header {
    position: relative;
    border-radius: 0;
    padding: 0;
    overflow: hidden
}

.product_lists .list .card .card-header a {
    display: block
}

.product_lists .list .card .card-header a img {
    -webkit-transition: -webkit-transform .75s cubic-bezier(.19,1,.22,1);
    transition: -webkit-transform .75s cubic-bezier(.19,1,.22,1);
    transition: transform .75s cubic-bezier(.19,1,.22,1);
    transition: transform .75s cubic-bezier(.19,1,.22,1),-webkit-transform .75s cubic-bezier(.19,1,.22,1)
}

.product_lists .list .card:hover {
    opacity: 1
}

.product_lists .list .card:hover h4 {
    background: #02328d;
    background: #02328d
}

.product_lists .list .card:hover h4 a&gt;span {
    color: #ffffff!important
}

.product_lists .list .card:hover h4 p {
    color: #ffffff;
    opacity: .78
}

.product_lists .list .card:hover .card-header img {
    -webkit-transform: scale(1.08);
    transform: scale(1.08)
}

.product_lists .list .slick-center .card {
    opacity: 1
}

.product_lists .list .slick-arrow {
    width: 42px;
    height: 100%;
    background: rgba(238,238,238,0.78);
    color: #37474f!important;
    color: !important
}

.product_lists .list .slick-arrow span {
    display: block;
    width: 15px;
    height: 65px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.product_lists .list .slick-arrow i {
    font-size: 32px;
    width: 15px;
    line-height: 65px;
    position: relative;
    left: -8px
}

@media (max-width: 991px) {
    .product_lists .list {
        margin:40px 0px 0px 0px
    }

    .product_lists .list .item {
        margin-top: 0px
    }

    .product_lists .swiper-container {
        max-width: 500px;
        margin-right: 0
    }

    .product_lists .head .title {
        font-size: px
    }
}

@media (max-width: 767px) {
    .product_lists {
        padding:30px 0
    }

    .product_lists .list {
        margin: 30px 0px 0px 0px
    }

    .product_lists .list .item {
        margin-top: 0px
    }

    .product_lists .list .slick-arrow {
        width: 18px
    }

    .product_lists .title-box .head {
        float: none
    }

    .product_lists .title-box .tabs {
        margin: 15px 0;
        float: none
    }

    .product_lists .head .title {
        font-size: px
    }
}

@media (max-width: 479px) {
    .product_lists .list .item p {
        width:100%
    }
}

/*---*/



.wraps {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    *width: 1200px;
}
.index_ {
    padding: 4em 0 4em;
}
footer {
    text-align: center;
    background: #1a61b7;
    color: #fff;
    font-family: 'Microsoft Yahei',Arial,sans-serif;
}
.f-toe{
color: #fff;
}
 .article .C,.C{margin: 15px 0;font-size: 14px;line-height:32px;overflow: hidden;}
.index_ {padding:4em 0 4em;}
.index_ .T{padding-bottom: 40px;text-align: center;}
.index_ .T h2{font-size: 36px;line-height:1.3;font-weight: bold;}
.index_ .T h2 strong{padding: 0 10px;position: relative;}
.index_ .T h2 strong:before{display: block;content: ' ';width:1200px;height: 1px;border-bottom: 1px solid #ccc;position: absolute;right: 100%;bottom: 50%}
.index_ .T h2 strong:after{display: block;content: ' ';width:1200px;height: 1px;border-bottom: 1px solid #ccc;position: absolute;left: 100%;bottom: 50%}
.index_ .T h3{font-size: 20px;font-weight: normal;}
.index_ .T h4{font-size: 32px;line-height:1.2;font-weight: bold;font-family: 'DIN Condensed Bold';}
.index_ .T img{display:block;}
.index_scroll h2{color:#fff;}
.index_scroll .T .more{float:right;width:152px;height:59px;background:url(../images/i_18.png) 0 bottom no-repeat;overflow:hidden;text-indent:-999px;margin-right:20px;}
.contacts{text-align:center;background:#1a61b7;color: #fff;font-family: 'Microsoft Yahei',Arial,sans-serif;}
.contacts article a{color: #fff!important;}
.contacts .tel_hot{display:inline-block;border: 1px solid #ccc;background: #2573c7;font-size: 26px;padding: 9px 20px}
.contacts .foot_link{background: #fff;height: 22px; padding: 20px 0 20px 0; overflow: hidden;color: #000;}
.contacts .foot_link li{float: left;margin-right: 1em}
.contacts .foot_link a{color:#000000!important;}
.contacts .foot_cr{background: #761d1e;height: auto; padding: 10px;}
.contacts .foot_info{background: #812021;padding: 10px 0;}
.contacts .foot_info h2{font-weight: normal; font-size: 50px; text-indent: 100%; background: url(../images/foot_t.jpg) top center no-repeat; line-height: 100px; padding: 10px 0}
.contacts .foot_info .tel{margin-bottom: 20px;}
.contacts .foot_info span{margin-right: 1em;}
</pre></body></html>